home *** CD-ROM | disk | FTP | other *** search
-
- #import "OV_Wind_10x2.h"
- #import "../Controller.h" // class that our "File's Owner" is...
-
- @implementation OV_Wind_10x2
-
- - (int)getMaxImageTag
- {
- return [ovImageMatrix cellCount];
- }
-
-
- - (int)getMaxRangeTag
- {
- return 101;
- }
-
-
- - getMyButtonImageSize:(NXSize *)aSize;
- {
- NXSize ovButtonSize = {76.6, 50.6};
-
- *aSize = ovButtonSize;
- return self;
- }
-
-
- @end
-